New weighted fair-share CPU scheduler w/ automatic SMP load balancing
authorack@kneesa.uk.xensource.com <ack@kneesa.uk.xensource.com>
Fri, 26 May 2006 10:14:36 +0000 (11:14 +0100)
committerack@kneesa.uk.xensource.com <ack@kneesa.uk.xensource.com>
Fri, 26 May 2006 10:14:36 +0000 (11:14 +0100)
commit46ecd270567816a478f639058a450bb6b4ae0552
tree148d942fa06e721e6a47ba477599a877443a2f06
parent9acd07250181fa24f1bc4a4679c1ee7a52def2a5
New weighted fair-share CPU scheduler w/ automatic SMP load balancing
Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
13 files changed:
tools/libxc/Makefile
tools/libxc/xc_csched.c [new file with mode: 0644]
tools/libxc/xenctrl.h
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/server/SrvDomain.py
tools/python/xen/xm/main.py
xen/common/Makefile
xen/common/sched_credit.c [new file with mode: 0644]
xen/common/schedule.c
xen/include/public/sched_ctl.h
xen/include/xen/sched-if.h
xen/include/xen/softirq.h